projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521c4a2
)
(encode_terminal_code): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Sep 2008 10:50:48 +0000
(10:50 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Sep 2008 10:50:48 +0000
(10:50 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 19382f9667ccebbfdbdc6896a91e793735eb1fe7..5b71ce4f284a0eef55201a164678fd6a3c2806d0 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-660,7
+660,7
@@
encode_terminal_code (src, src_len, coding)
if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g))
{
- /* This glyph doesn't ha
s
an entry in Vglyph_table. */
+ /* This glyph doesn't ha
ve
an entry in Vglyph_table. */
c = src->u.ch;
}
else